<!DOCTYPE html>
<html>
<body>
<form runat="server">
<asp:Table runat="server" BorderColor="#FF0000" BorderWidth="5" GridLines="vertical">
<asp:TableRow>
<asp:TableCell>Hello</asp:TableCell>
<asp:TableCell>World</asp:TableCell>
</asp:TableRow>
</asp:Table>
</form>
</body>
</html>